home *** CD-ROM | disk | FTP | other *** search
- -- card: 6129 from stack: in.1
- -- bmap block id: 2127
- -- flags: 0000
- -- background id: 2632
- -- name:
- ----- HyperTalk script -----
- on openCard
- hide card field ID 13
- show card button ID 17
- hide card button ID 16
- hide card field id 20
- end openCard
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=211 top=308 right=330 bottom=311
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Continue
- ----- HyperTalk script -----
- on mouseUp
- global midA,midB,AscendA,AscendB,AscendC
- if card field Id 7 is not in card field id 13
- then
- beep
- answer "Please check the spelling of the Mid-Heaven"
- exit mouseUp
- end if
- if card field id 7 is not in card field id 20
- then
- beep
- answer "Please delete “¶” at the end of Mid-Heaven"
- exit mouseUp
- end if
- if card field id 9 is not in card field id 13
- then
- beep
- answer "Please check the spelling of the Ascendant"
- exit mouseUp
- end if
- if card field id 9 is not in card field id 20
- then
- beep
- answer "Please delete “¶” at the end of Mid-Heaven"
- exit mouseUp
- end if
-
- put card field ID 7 into MidA
- put card field ID 8 into MidB
- put card field Id 9 into AscendA
- put card field id 10 into AscendB
- put card field id 11 into AscendC
- go to card id 7360
- end mouseUp
-
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=294 top=99 right=118 bottom=317
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 3 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=325 top=99 right=118 bottom=349
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 4 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=360 top=99 right=118 bottom=384
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 5 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=339 top=125 right=144 bottom=363
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=369 top=125 right=144 bottom=393
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 7 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=28 top=186 right=203 bottom=199
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on returnKeyup
- beep
- answer "Please delete paragraph return"
- end returnKeyup
-
-
-
- -- part 8 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=203 top=186 right=203 bottom=228
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 9 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=28 top=250 right=267 bottom=199
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 10 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=210 top=250 right=267 bottom=235
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 11 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=241 top=250 right=267 bottom=266
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 12 (button)
- -- low flags: 80
- -- high flags: A003
- -- rect: left=248 top=275 right=297 bottom=348
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Open Speller
- ----- HyperTalk script -----
- on mouseUp
- show card field ID 13
- show card button ID 14
- hide card button ID 12
- end mouseUp
-
-
-
- -- part 13 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=373 top=261 right=330 bottom=478
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 16 (button)
- -- low flags: 80
- -- high flags: A003
- -- rect: left=256 top=275 right=297 bottom=356
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Close Speller
- ----- HyperTalk script -----
- on mouseUp
- hide card field ID 13
- show card button ID 17
- hide card button ID 16
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=256 top=275 right=297 bottom=356
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Open Speller
- ----- HyperTalk script -----
- on mouseUp
- show card field ID 13
- show card button ID 16
- hide card button ID 17
- end mouseUp
-
-
-
- -- part 20 (field)
- -- low flags: 80
- -- high flags: 0007
- -- rect: left=394 top=83 right=128 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part contents for card part 13
- ----- text -----
- Aries
- Taurus
- Gemini
- Cancer
- Leo
- Virgo
- Libra
- Scorpio
- Sagittarius
- Capricorn
- Aquarius
- Pisces
-
- -- part contents for card part 20
- ----- text -----
- Aries, X
- Taurus, X
- Gemini, X
- Cancer, X
- Leo, X
- Virgo, X
- Libra, X
- Scorpio, X
- Sagittarius, X
- Capricorn, X
- Aquarius, X
- Pisces, X
-